object frmSourceResults: TfrmSourceResults Left = 259 Top = 143 BorderStyle = bsDialog Caption = 'Source'#39's Results Viewer' ClientHeight = 511 ClientWidth = 652 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter PixelsPerInch = 96 TextHeight = 13 object splVert: TSplitter Left = 0 Top = 413 Width = 652 Height = 3 Cursor = crVSplit Align = alBottom MinSize = 40 end object pnlOptions: TPanel Left = 0 Top = 19 Width = 652 Height = 394 Align = alClient BevelOuter = bvNone TabOrder = 1 object tvFiles: TTreeView Left = 0 Top = 0 Width = 385 Height = 394 Align = alLeft HideSelection = False Indent = 19 MultiSelect = True MultiSelectStyle = [msControlSelect, msShiftSelect] ReadOnly = True RowSelect = True ShowRoot = False TabOrder = 2 OnChange = tvFilesChange OnCollapsed = tvFilesCollapsed OnDblClick = tvFilesDblClick OnDeletion = tvFilesDelete OnExpanded = tvFilesExpanded OnKeyDown = tvFilesKeyDown OnKeyUp = tvFilesKeyUp OnMouseDown = tvFilesMouseDown OnMouseUp = tvFilesMouseUp end object gbxSource: TGroupBox Left = 391 Top = 2 Width = 257 Height = 183 Caption = 'Source' TabOrder = 0 object lblSelected: TLabel Left = 8 Top = 16 Width = 37 Height = 13 Caption = 'Current:' end object lblStatus: TLabel Left = 8 Top = 56 Width = 27 Height = 13 Caption = 'Stats:' end object cbxSource: TComboBox Left = 8 Top = 32 Width = 241 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = cbxSourceChange end object lvSrcStats: TListView Left = 8 Top = 72 Width = 241 Height = 105 Columns = < item AutoSize = True Caption = 'Status' end item AutoSize = True Caption = 'Size' MaxWidth = 100 MinWidth = 100 end item AutoSize = True Caption = 'Files' MaxWidth = 100 MinWidth = 70 end> ColumnClick = False ReadOnly = True TabOrder = 1 ViewStyle = vsReport end end object gbxFilter: TGroupBox Left = 391 Top = 185 Width = 257 Height = 101 Caption = 'View Files' TabOrder = 1 object lvFilter: TListView Left = 7 Top = 16 Width = 124 Height = 77 Checkboxes = True Columns = < item AutoSize = True Caption = 'Filter' end> ColumnClick = False ReadOnly = True RowSelect = True ParentShowHint = False ShowColumnHeaders = False ShowHint = True TabOrder = 1 ViewStyle = vsReport OnChange = lvFilterChange OnClick = lvFilterClick end object btnApplyFilters: TBitBtn Left = 136 Top = 16 Width = 113 Height = 77 Action = aView_Apply Caption = '&Apply Filters' TabOrder = 0 Glyph.Data = { DE010000424DDE01000000000000760000002800000024000000120000000100 0400000000006801000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333444444 33333333333F8888883F33330000324334222222443333388F3833333388F333 000032244222222222433338F8833FFFFF338F3300003222222AAAAA22243338 F333F88888F338F30000322222A33333A2224338F33F8333338F338F00003222 223333333A224338F33833333338F38F00003222222333333A444338FFFF8F33 3338888300003AAAAAAA33333333333888888833333333330000333333333333 333333333333333333FFFFFF000033333333333344444433FFFF333333888888 00003A444333333A22222438888F333338F3333800003A2243333333A2222438 F38F333333833338000033A224333334422224338338FFFFF8833338000033A2 22444442222224338F3388888333FF380000333A2222222222AA243338FF3333 33FF88F800003333AA222222AA33A3333388FFFFFF8833830000333333AAAAAA 3333333333338888883333330000333333333333333333333333333333333333 0000} NumGlyphs = 2 end end object btnClose: TBitBtn Left = 391 Top = 293 Width = 257 Height = 25 Cancel = True Caption = '&Close' TabOrder = 3 OnClick = btnCloseClick Glyph.Data = { DE010000424DDE01000000000000760000002800000024000000120000000100 0400000000006801000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00388888888877 F7F787F8888888888333333F00004444400888FFF444448888888888F333FF8F 000033334D5007FFF4333388888888883338888F0000333345D50FFFF4333333 338F888F3338F33F000033334D5D0FFFF43333333388788F3338F33F00003333 45D50FEFE4333333338F878F3338F33F000033334D5D0FFFF43333333388788F 3338F33F0000333345D50FEFE4333333338F878F3338F33F000033334D5D0FFF F43333333388788F3338F33F0000333345D50FEFE4333333338F878F3338F33F 000033334D5D0EFEF43333333388788F3338F33F0000333345D50FEFE4333333 338F878F3338F33F000033334D5D0EFEF43333333388788F3338F33F00003333 4444444444333333338F8F8FFFF8F33F00003333333333333333333333888888 8888333F00003333330000003333333333333FFFFFF3333F00003333330AAAA0 333333333333888888F3333F00003333330000003333333333338FFFF8F3333F 0000} NumGlyphs = 2 end end object lvFiles: TListView Left = 0 Top = 416 Width = 652 Height = 95 Align = alBottom Checkboxes = True Columns = < item Caption = 'Status' Width = -2 WidthType = ( -2) end item Alignment = taRightJustify Caption = 'Prod. version' end item Alignment = taRightJustify Caption = 'File version' end item Caption = 'Build' end item Caption = 'Updated' end item Alignment = taRightJustify Caption = 'Bytes' end item Caption = 'Attrs' end item Caption = 'From' end> ColumnClick = False HideSelection = False ReadOnly = True RowSelect = True PopupMenu = ppmLV TabOrder = 0 ViewStyle = vsReport OnDblClick = lvFilesDblClick OnKeyUp = lvFilesKeyUp end object sb: TStatusBar Left = 0 Top = 0 Width = 652 Height = 19 Align = alTop Panels = < item Width = -1 end> SimplePanel = False end object ppmLV: TPopupMenu OnPopup = ppmLVOnPopup Left = 8 Top = 472 object ppmLVSetNewest: TMenuItem Action = aLVSetNewest end object ppmLVOverwrite: TMenuItem Action = aLVOverwrite end object ppmLVDelete: TMenuItem Action = aLVDelete end object ppmLVSetFlags: TMenuItem Action = aLVSetFlags end object N2: TMenuItem Caption = '-' end object ppmLVExplore: TMenuItem Action = aLVExplore end object ppmLVOpenFile: TMenuItem Action = aLVOpenFile end object ppmLVSendTo: TMenuItem Caption = 'Send To...' object ppmLVToolTView: TMenuItem Action = aLVToolTView end object ppmLVToolHView: TMenuItem Action = aLVToolHView end object ppmLVToolDView: TMenuItem Action = aLVToolDView end end end object ActionList: TActionList Left = 392 Top = 376 object aHelp: TAction Caption = 'Help' ShortCut = 112 OnExecute = aHelpExecute end object aLVDelete: TAction Caption = '' OnExecute = aLVDeleteExecute end object aLVExplore: TAction Caption = '&Explore' ShortCut = 113 OnExecute = aLVExploreExecute end object aLVOpenFile: TAction Caption = '&Open' OnExecute = aLVOpenFileExecute end object aLVOverwrite: TAction Caption = '' OnExecute = aLVOverwriteExecute end object aLVSetFlags: TAction Caption = 'Handling &Flags' OnExecute = aLVSetFlagsExecute end object aLVSetNewest: TAction Caption = 'Set &Newest' OnExecute = lvFilesDblClick end object aLVToolDView: TAction Caption = '&Diff. Viewer' OnExecute = aLVToolDViewExecute end object aLVToolHView: TAction Caption = '&Hex. Viewer' OnExecute = aLVToolHViewExecute end object aLVToolTView: TAction Caption = '&Text Viewer' OnExecute = aLVToolTViewExecute end object aTVAllCollapse: TAction Caption = '&Collapse All' OnExecute = aTVAllCollapseExecute end object aTVAllExpand: TAction Caption = '&Expand All' OnExecute = aTVAllExpandExecute end object aTVDelete: TAction Caption = '' OnExecute = aTVDeleteExecute end object aTVOverwrite: TAction Caption = '' OnExecute = aTVOverwriteExecute end object aTVRestoreNewest: TAction Caption = '&Restore Newest' OnExecute = aTVRestoreNewestExecute end object aTVSelect: TAction Caption = '&Select Files...' ShortCut = 114 OnExecute = aTVSelectFilesExecute end object aTVSetFlags: TAction Caption = 'Handling &Flags' OnExecute = aTVSetFlagsExecute end object aTVSetNewest: TAction Caption = 'Mark &Newest' OnExecute = aTVSetNewestExecute end object aView_Apply: TAction Caption = '&Apply Filters' Enabled = False OnExecute = aView_ApplyExecute end end object ppmTV: TPopupMenu OnPopup = ppmTVOnPopup Left = 8 Top = 376 object ppmTVSelectFiles: TMenuItem Action = aTVSelect end object N1: TMenuItem Caption = '-' end object ppmTVSetNewest: TMenuItem Action = aTVSetNewest end object ppmTVOverwrite: TMenuItem Action = aTVOverwrite end object ppmTVDelete: TMenuItem Action = aTVDelete end object ppmTVSetFlags: TMenuItem Action = aTVSetFlags end object ppmTVRestoreNewest: TMenuItem Action = aTVRestoreNewest end object N3: TMenuItem Caption = '-' end object ppmTVAllExpand: TMenuItem Action = aTVAllExpand end object ppmTVAllCollapse: TMenuItem Action = aTVAllCollapse end end object tmrLVRefresh: TTimer Enabled = False Interval = 300 OnTimer = tmrLVRefreshTimer Left = 424 Top = 376 end end